/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
a img {border:none;}

/* typography.css */
.buzz-quote {color:#674C00;background:transparent url(images/quote.png) no-repeat left top;width:250px;height:84px;overflow: hidden;padding-left:22px;}

/* grid.css */
.container {width:990px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:0em 0;}
div.span-1, div.span-2, div.span-3 {float:left;margin-right:5px;height:38px;overflow: hidden;width:290px;}
div.span-4, div.span-5, div.span-6 {float:left;margin-right:30px;height:225px;overflow: hidden;width:275px;}
div.span-7, div.span-8, div.span-9 {float:left;margin-right:20px;height:40px;overflow: hidden;width:275px;}
div.span-sidebar {float:left;margin-right:20px;overflow: auto;width:210px;padding-left:15px;margin-top:25px;}
div.last {margin-right:0;border-right: 1px solid #ffd478;}
